home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
catch_flies.swf
/
scripts
/
DefineButton2_94
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
310 b
|
19 lines
on(release){
tellTarget("_root.orientchops")
{
gotoAndPlay(1);
}
startDrag("_root.chopsticks",1);
tellTarget("_root.timer")
{
play();
}
Mouse.hide();
_root.time = 8;
_root.flies = 0;
tellTarget("_root.outoftime")
{
gotoAndStop(1);
}
}